Copy debian_linux python code in here
authorHans van Kranenburg <hans@knorrie.org>
Tue, 27 Mar 2018 21:23:24 +0000 (23:23 +0200)
committerHans van Kranenburg <hans@knorrie.org>
Tue, 27 Mar 2018 22:25:17 +0000 (00:25 +0200)
commit776a643127a4d41168ed26d32d1b906c8588292f
tree845c53262f12c028ae5a9b117d2f680d7401ed50
parent26dfdafd9d8b5eb653626d5c32b5e3171bd8e416
Copy debian_linux python code in here

Add a copy of the contents of
/usr/share/linux-support-4.15.0-2/lib/python/debian_linux from the
linux-support-4.15.0-2 package.

Also, remove the KERNELVERSION from rules.defs and the code in the
debian_xen that checks for the old location of the code and fixup
cleaning in debian/rules.

Now, we don't have to annoy everyone any more with missing
linux-support-x.y.z packages, which change every few months, in order to
be able to work with this source package.

This is a first step in the process of cleaning up and simplifying this
part of the packaging.
12 files changed:
debian/lib/python/debian_linux/__init__.py [new file with mode: 0644]
debian/lib/python/debian_linux/abi.py [new file with mode: 0644]
debian/lib/python/debian_linux/config.py [new file with mode: 0644]
debian/lib/python/debian_linux/debian.py [new file with mode: 0644]
debian/lib/python/debian_linux/firmware.py [new file with mode: 0644]
debian/lib/python/debian_linux/gencontrol.py [new file with mode: 0644]
debian/lib/python/debian_linux/kconfig.py [new file with mode: 0644]
debian/lib/python/debian_linux/patches.py [new file with mode: 0644]
debian/lib/python/debian_linux/utils.py [new file with mode: 0644]
debian/lib/python/debian_xen/__init__.py
debian/rules
debian/rules.defs